BaseStatisticParameter

StockSharp.Algo.Statistics

The base statistics parameter.

継承元: NotifiableObject

実装: IStatisticParameter<T>, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

コンストラクター

BaseStatisticParameter(StatisticParameterTypes)

Initialize BaseStatisticParameter.

type
Type

プロパティ

Category : string

Category.

Description : string

The parameter description.

DisplayName : string

The displayed parameter name.

Name : string

Name.

Order : int

Order.

Type : StatisticParameterTypes

The type of the parameter value.

Value : T

The parameter value.

ValueType : Type

Value type.

メソッド

Dispose()

Disposes of items in the pool that implement IDisposable.

Load(SettingsStorage)

To load the state of statistic parameter.

storage
Storage.
Reset()

Reset state.

Save(SettingsStorage)

To save the state of statistic parameter.

storage
Storage.